projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f71b19b
)
(Info-suffix-list): Add bzip2 for ms-dos.
author
Dave Love
<fx@gnu.org>
Wed, 6 Oct 1999 18:38:41 +0000
(18:38 +0000)
committer
Dave Love
<fx@gnu.org>
Wed, 6 Oct 1999 18:38:41 +0000
(18:38 +0000)
lisp/info.el
patch
|
blob
|
history
diff --git
a/lisp/info.el
b/lisp/info.el
index 86ff87f4e6f3e562981ed10a3cf101e144722ae9..f8273d09f2da37905918f62bea2402eb33668c63 100644
(file)
--- a/
lisp/info.el
+++ b/
lisp/info.el
@@
-133,6
+133,7
@@
Marker points nowhere if file has no tag table.")
(if (eq system-type 'ms-dos)
'( (".gz" . "gunzip")
(".z" . "gunzip")
+ (".bz2" . "bzip2 -dc")
(".inz" . "gunzip")
(".igz" . "gunzip")
(".info.Z" . "gunzip")